-
Notifications
You must be signed in to change notification settings - Fork 656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pytest upgrade 3.7.1 -> 6.2.5 #11759
Pytest upgrade 3.7.1 -> 6.2.5 #11759
Conversation
Build Artifacts
|
This work should be targeted to develop and targeted there, as this version of pytest is not compatible with Python 2.7, which has been dropped in develop. |
@rtibbles okay i will change the target in final pr, but i am facing this issue |
c1ca6a0
to
e1e924e
Compare
Interesting - there must be something else at play here. One possibility is a change in pytest that is causing state to be persisted between tests. Seeing the traceback from the failed tests would help diagnose further! Also it may be worth seeing if any of the other pytest plugins could be upgraded. |
In Hiatus until @rtibbles has the bandwidth to pick it up! |
@rtibbles I think we should move this from the hiatus status, after 2.7 support has been finished, and specially if new versions of django are been used (as a reference, KDP has been using 6.2.1 since September 2022) |
Yes, I have the overall issue for upgrading to support Python 3.12, which this is a prerequisite for. |
6a50ac2
to
866b391
Compare
866b391
to
c75978d
Compare
c75978d
to
1c809b3
Compare
1c809b3
to
5a7f055
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes here only affect test files and related github actions/configuration. I have asked @marcellamaki to confirm as I have done a significant chunk of the work here too.
Summary
When i run test on files individually all are passing, but while running them at once it fails
References
Fixes #11728
…
Reviewer guidance
…
Testing checklist
PR process
Reviewer checklist
yarn
andpip
)